From 5f8bbd78c865230d0d629609b7b2601c51adbe5e Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 20 Apr 2007 18:21:12 +0000 Subject: [PATCH] (fill-move-to-break-point): Don't inhibit fill-nobreak-predicate when the break is past fill-column. --- lisp/textmodes/fill.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 7318a52d8a9..7b4f73c2d1f 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -521,7 +521,6 @@ The break position will be always after LINEBEG and generally before point." ;; Ok, skip at least one word or one \c| character. ;; Meanwhile, don't stop at a period followed by one space. (let ((to (line-end-position)) - (fill-nobreak-predicate nil) ;to break sooner. (first t)) (goto-char linebeg) (while (and (< (point) to) (or first (fill-nobreak-p))) -- 2.30.2